Ensure overrides use recursive path sources
authorAlex Crichton <alex@alexcrichton.com>
Tue, 1 Mar 2016 06:19:24 +0000 (22:19 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 3 Mar 2016 21:35:46 +0000 (13:35 -0800)
commita71e57438c70f851c4b2bb5ff529c620133d5e7e
tree40cd8bbb83a447aa9ee3480a58a3e81cd8cbb19c
parente56965fb747d40c32e085f63b249cf0202c1ddd3
Ensure overrides use recursive path sources

This mirrors the behavior that they have today. The `load` method for path
sources will by default return a non-recursive `PathSource` which unfortunately
isn't what we want here.
src/cargo/core/registry.rs
src/cargo/ops/cargo_compile.rs